Race Updates Discord About Merch
Home Profile History Competitions Texts Messages Friends Upgrade

typeracer

Pit Stop

Record your races with a typeracer account:

Create Your Account
  • Save your race history and scores.
  • Customize your profile and racecar.
  • It’s free, why not?
Racer Sean Wrona (arenasnow)
Race Number 4
Date Thu, 14 Feb 2019 03:19:53 +0000
Universe code
Speed 98 WPM Try to beat?
Accuracy 98.0%
Rank 1st place (out of 2)
Opponents deroche1 (2nd place)

Text typed:

var $form, width, height, area; $form = $('#calculator'); $('#calculator').on('submit', function(e) { e.preventDefault(); console.log('Clicked submit...'); width = $('#width').val(); height = $('#height').val(); area = (width * height); if (area < 100) { debugger; // A breakpoint is set if the developer tools are open } $form.append('<p>' + area + '</p>'); });
Breakpoint (other) by http://www.javascriptbook.com (see stats)

Typing Review: